Remove unintentional addition
authorMatthias Clasen <mclasen@redhat.com>
Thu, 5 Jun 2014 22:12:42 +0000 (18:12 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 5 Jun 2014 22:12:42 +0000 (18:12 -0400)
Debugging leftovers.

gtk/gtkdialog.c

index 18786ff6011d44dce1c116f4fe14b0ba3f8cfc1c..4ffdd5e9de123b0189d5d6bbb03b439f643ee8ed 100644 (file)
@@ -1913,9 +1913,7 @@ gtk_dialog_buildable_add_child (GtkBuildable  *buildable,
   if (!type)
     gtk_container_add (GTK_CONTAINER (buildable), GTK_WIDGET (child));
   else if (g_strcmp0 (type, "action") == 0)
-{
     gtk_dialog_add_action_widget (GTK_DIALOG (buildable), GTK_WIDGET (child), GTK_RESPONSE_NONE);
-}
   else
     parent_buildable_iface->add_child (buildable, builder, child, type);
 }